home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / vim / src / proto / fileio.pro < prev    next >
Text File  |  1995-03-09  |  619b  |  8 lines

  1. /* fileio.c */
  2. void filemess __PARMS((unsigned char *name, unsigned char *s));
  3. int readfile __PARMS((unsigned char *fname, unsigned char *sfname, long from, int newfile, long skip_lnum, long nlines));
  4. int buf_write __PARMS((struct buffer *buf, unsigned char *fname, unsigned char *sfname, long start, long end, int append, int forceit, int reset_changed));
  5. unsigned char *modname __PARMS((unsigned char *fname, unsigned char *ext));
  6. unsigned char *buf_modname __PARMS((struct buffer *buf, unsigned char *fname, unsigned char *ext));
  7. int vim_fgets __PARMS((unsigned char *buf, int size, struct __stdio *fp, int *lnum));
  8.